SyntaxComment 1
	Type		Oneline
	StartWith	#
End

SyntaxWords Group1 EndAlways nocase
	Match
	Rules
	"End"
End

SyntaxWords Group2 EndAlways nocase
	Exclude
	Include
End

# normal rules - checked on double-click and drag
SyntaxWords Group3 EndOfLine
	" "
End

# drag rules - only checked when file is dragged
SyntaxWords Group4 EndOfLine
	!
End

# path rules - bases mode on location of associated file 
SyntaxWords Group5 EndOfLine
	@
End

# match rules - checks contents after loading 
SyntaxWords Group6 EndOfLine
	>
End

Shortcuts
	``ri	Rules Include\n\@\nEnd
	``re	Rules Exclude\n\@\nEnd
	``ma	Match\n\@\nEnd
End